hi, is it possible to have a listview made of several columns and one of this column is a choice element? thanks bungle_77 - Wed Feb 05 12:18:57 EST 2014 |
Re: Listview with choice Nope. Listviews in DXL are not editable. You may not want to try and make your own listview using a canvas (although that might be possible, but I doubt it). I would suggest a master / detail view, where you select one row of a listview and have below the listview a small form to edit the currently selected row. Regards, Mathias |
Re: Listview with choice Mathias Mamsch - Wed Feb 05 15:47:24 EST 2014 Nope. Listviews in DXL are not editable. You may not want to try and make your own listview using a canvas (although that might be possible, but I doubt it). I would suggest a master / detail view, where you select one row of a listview and have below the listview a small form to edit the currently selected row. Regards, Mathias How about using the listView activate callback to launch a sub-window with choices? |
Re: Listview with choice Tony_Goodman - Thu Feb 06 10:56:32 EST 2014 How about using the listView activate callback to launch a sub-window with choices? I was thinking a solution like Mathias suggested. Sorry a very silly question, how can i change dinamically the values in a DBE list and in a DBE choice? |